home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / gen_vid / bgiani.com / README.DOC < prev    next >
Encoding:
Text File  |  1989-12-03  |  3.0 KB  |  61 lines

  1.  
  2.     TWK256.BGI    --   A standard VGA BGI driver for Turbo C and Pascal
  3.                   --   Now also supports:  320x400 with 2 pages!
  4.                   --   Runs on all register standard VGA boards
  5.                   --   Great for games, animation, etc...
  6.                   --   Now supports monitors with narrow tolerance in bandwidth
  7.                   **   VGAEMS.EXE and VGACAPT.EXE can create additional
  8.                        frames to animate.  They can be found on Compuserve in
  9.                        both BprogB and BprogA (lib 5 and lib 2) in a file
  10.                        called:  BGICAP.COM.  In the PICS forum it's called:
  11.                        CAP256.COM.
  12.  
  13.     Modes supported:
  14.    0 - 320x200 by 256     - with 4 pages of video ram
  15.    1 - 320x240 by 256     - with 3 pages of video ram
  16.    2 - 320x400 by 256     - with 2 pages of video ram
  17.    3 - 360x480 by 256     - with 1 page  of video ram
  18.  
  19.    4 - 320x400V           - same as mode 2, but for monitors that won't sync
  20.  
  21.  ** NOTES **
  22.   -- PutImage: the following are supported:  COPY_PUT, OR_PUT, XOR_PUT, AND_PUT
  23.                                              NOT_PUT does not do a NOT!
  24.                NOT_PUT has been changed to do a modified COPY_PUT.  It will
  25.                copy all the bits in an image that are not 0 (zero).  Bits that
  26.                are zero will not be written to the screen.  This facilitates
  27.                displaying an image, say of a ball, and not having to worry
  28.                about the corners of the putimage box.
  29.                   Typically you would have to use NOT_PUT to create a bit mask
  30.                of the bits not to effect on the screen.  Let us know if you
  31.                like this method of circumventing extra calls to getimage and
  32.                putimage.
  33.  
  34. ---------------- Order form for other drivers available ------------
  35.        These drivers cost $15.00 per driver.  Mark with: __X__ for choice.
  36.  
  37.                (ATI VGA)    (Video 7)    (Paradise)    (Tecmar)  (Tseng Labs)
  38. 256 color BGI: ATI256.BGI   VID256.BGI   PAR256.BGI   TEC256.BGI  ORC256.BGI
  39.       Turbo C:  _____       _____        _____        _____       _____
  40.  Turbo Pascal:  _____       _____        _____        _____       _____
  41.  
  42.  16 color BGI: ATI16.BGI    VID16.BGI    PAR16.BGI    TEC16.BGI   ORC16.BGI
  43.       Turbo C:  _____       _____        _____        _____       _____
  44.  Turbo Pascal:  _____       _____        _____        _____       _____
  45.  
  46. ** new addition!  $25.00     (supports multiple video pages for animation)
  47.   Tweaked 256: TWK256.BGI
  48.       Turbo C:  _____
  49.  Turbo Pascal:  _____
  50.  
  51. ** new addition!  $35.00  (unless your upgrading, which is $25.00)
  52.  Merged 256 color driver:  ISVGA256.BGI  (contains all the above 256 color drivers)
  53.       Turbo C:  _____
  54.  Turbo Pascal:  _____
  55.  
  56.     Diskette form:    3 1/2" ____ 5 1/4" ____
  57.  
  58. ---------------------------------------------------------
  59.   Soon to come:   HPPCL.BGI  --  HP LaserJet  PCL   (printer command language)
  60.                   HPGL.BGI   --  HP Plotter
  61.